From: Stijn Tintel Date: Tue, 2 Dec 2014 05:37:39 +0000 (+0100) Subject: miniupnpd: fix error message during shutdown X-Git-Url: http://git.openwrt.org/%22https:/collectd.org/%22http:/www.crowdsec.net//%22https%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22https%22?a=commitdiff_plain;h=refs%2Fpull%2F67%2Fhead;p=feed%2Frouting.git miniupnpd: fix error message during shutdown During shutdown, miniupnpd is stopped after network. Because of this, miniupnpd is unable to broadcast good-bye notifications, and displays an error message. Stop miniupnpd before netifd to solve this. Signed-off-by: Stijn Tintel --- diff --git a/miniupnpd/files/miniupnpd.init b/miniupnpd/files/miniupnpd.init index f8a66fd..9ac6de2 100644 --- a/miniupnpd/files/miniupnpd.init +++ b/miniupnpd/files/miniupnpd.init @@ -2,6 +2,7 @@ # Copyright (C) 2006-2011 OpenWrt.org START=95 +STOP=15 SERVICE_USE_PID=1